projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53b0c10
)
(other-frame): Subtract 1 from hpos for new mouse position.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Nov 1993 20:56:29 +0000
(20:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 3 Nov 1993 20:56:29 +0000
(20:56 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index f40516d4308c54affbc4af33fb1324d4ad52e9e1..6ba3c863f9977f79aa8072253f3e77ddd4b5cca8 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-376,7
+376,7
@@
A negative ARG moves in the opposite order."
(setq arg (1+ arg)))
(raise-frame frame)
(select-frame frame)
- (set-mouse-position (selected-frame) (
frame-width
) 0)
+ (set-mouse-position (selected-frame) (
1- (frame-width)
) 0)
(unfocus-frame)))
\f
;;;; Frame configurations